Add __pycache__ to .gitignore
authorTobias Bucher <tobiasbucher5991@gmail.com>
Fri, 18 Dec 2015 12:28:08 +0000 (12:28 +0000)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Fri, 18 Dec 2015 12:28:08 +0000 (12:28 +0000)
Running `make` creates the `src/etc/__pycache__` directory which should
not be checked in.

.gitignore

index f40e923a134281020676489b498c447faf452cfb..9695c8fe80628bed85db01dbd72b40e9cbb87270 100644 (file)
@@ -8,3 +8,4 @@ src/etc/*.pyc
 src/registry/target
 src/registry/Cargo.lock
 rustc
+__pycache__